Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas and numpy
#3
I will try iy from the base env. But I cloned the base to py37 so it should work.

I update my py37 env with numpy and panmdas.

Now I get
Quote:Traceback (most recent call last):
File "C:\Users\gary\Anaconda3\envs\py37\lib\site-packages\IPython\core\interactiveshell.py", line 3267, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-2-a552d78b0a5b>", line 1, in <module>
runfile('C:/Users/gary/pyfiles/condacurd', wdir='C:/Users/gary/pyfiles/condacurd')
File "C:\Program Files\JetBrains\PyCharm 2018.3\helpers\pydev\_pydev_bundle\pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "C:\Program Files\JetBrains\PyCharm 2018.3\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 11, in execfile
stream = tokenize.open(file) # @UndefinedVariable
File "C:\Users\gary\Anaconda3\envs\py37\lib\tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
PermissionError: [Errno 13] Permission denied: 'C:/Users/gary/pyfiles/condacurd'

when I run the code. This is a nightmare
Gary
Reply


Messages In This Thread
Pandas and numpy - by gehrenfeld - Dec-17-2018, 10:49 PM
RE: Pandas and numpy - by snippsat - Dec-17-2018, 11:34 PM
RE: Pandas and numpy - by gehrenfeld - Dec-17-2018, 11:47 PM
RE: Pandas and numpy - by snippsat - Dec-18-2018, 01:02 AM
RE: Pandas and numpy - by gehrenfeld - Dec-18-2018, 01:12 AM
RE: Pandas and numpy - by snippsat - Dec-18-2018, 02:18 AM
RE: Pandas and numpy - by gehrenfeld - Dec-18-2018, 01:24 PM
RE: Pandas and numpy - by ayaz786amd - Dec-26-2018, 07:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 870 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Pandas dataframes and numpy arrays bytecrunch 1 1,399 Oct-11-2022, 08:08 PM
Last Post: Larz60+
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,750 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  How to compare two json and write to third json differences with pandas and numpy onenessboy 0 4,814 Jul-24-2020, 01:56 PM
Last Post: onenessboy
  What is the mechanism of numpy function returning pandas object? Ibaraki 2 2,587 Apr-04-2020, 10:57 PM
Last Post: Ibaraki
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,082 Apr-09-2019, 04:54 PM
Last Post: PhysChem
  Convert indexing For Loop from MATLAB (uses numpy and pandas) bentaz 3 4,259 Mar-20-2018, 08:29 PM
Last Post: bentaz

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020